bit fields造句
例句與造句
- each segment is a 16-bit field called a
每個段都是一個16位的字段,稱為 - this is used for certain fields in classes, bit fields, and so on
這用于類中的某些字段、位字段等等。 - bit fields with base types other than
以外基類型的位域。 - property in a 2-bit field and the
屬性以及62位字段的 - property in a 62-bit field
屬性進行了編碼。 - It's difficult to find bit fields in a sentence. 用bit fields造句挺難的
- do use a singular name for an enumeration, unless its values are bit fields
對枚舉使用單數(shù)名稱,除非枚舉值是位域。 - indicates that an enumeration can be treated as a bit field; that is, a set of flags
指示可以將枚舉作為位域(即一組標(biāo)志)處理。 - a bit field
位字段。 - do use a plural name for enumerations with bit fields as values, also called flags enumerations
對使用位域值的枚舉(也稱為標(biāo)志枚舉)使用復(fù)數(shù)名稱。 - warning c6299 : explicitly comparing a bit field to a boolean type will yield unexpected results
警告c6299:對一個位字段和boolean類型進行顯式比較會產(chǎn)生意外的結(jié)果 - to an enumeration to indicate that the enumeration should be treated as a bit field; that is, as a set of flags see example 2
應(yīng)用于枚舉,指示應(yīng)將該枚舉視為位域,即一組標(biāo)志(請參見示例2)。 - custom attribute on the definition of an enumeration indicates that the enumeration should be treated as a set of bit fields flags, and the absence of this attribute indicates the type should be viewed as a group of enumerated constants
自定義屬性指示該枚舉應(yīng)該作為一組位域(標(biāo)志)對待,沒有該屬性指示該類型應(yīng)被視為一組枚舉常數(shù)。